The data used for this lab is provided by John Hopkins github site. The github site has data for the ongoing coronavirus pandemic and uses the data to track its progress.
This is the map of the world showing the confirmed cases around the world on 04/01/2020.
This map shows the number of confirmed deaths as per the daily report for 04/01/2020.
US map of confirmed deaths on 04/01/2020.
Map of number of confirmed cases in California.
## # A tibble: 51 x 2
## Admin2 Confirmed
## <chr> <dbl>
## 1 alameda 313
## 2 alpine 1
## 3 amador 2
## 4 butte 8
## 5 calaveras 3
## 6 colusa 1
## 7 contra costa 249
## 8 el dorado 18
## 9 fresno 68
## 10 glenn 2
## # … with 41 more rows
Interactive map of confirmed cases in California.
Graph of countries with number of confirmed deaths.